Deprecate many legacy event signals
authorMatthias Clasen <mclasen@redhat.com>
Tue, 12 Dec 2017 16:04:49 +0000 (11:04 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 12 Dec 2017 16:04:49 +0000 (11:04 -0500)
commit6896e9402e625cfcf1505687f60b306d32446006
tree144d07154fc9161c5e4378e8eba7578787c96a17
parent20bdb347cd6e1ed7a969506e3c2e0ef6c6958a5f
Deprecate many legacy event signals

Mark the following signals as deprecated:
event, event-after, button-press-event, button-release-event,
touch-event, scroll-event, motion-notify-event, enter-notify-event,
leave-notify-event, property-notify-event, selection-clear-event,
selection-request-event, selection-notify-event, selection-received,
selection-get, proximity-in-event, proximity-out-event. Most
of these have suitable replacements in event controllers and
gestures already. The selection-related signals will soon be
irrelevant when selection handling moves to GDK.

Set G_ENABLE_DIAGNOSTIC=1 to see deprecation
warnings for uses of these signals.
gtk/gtkwidget.c